DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View<T> Class
The type of the elements in the view.
Members

In This Topic
    View<T> Class
    In This Topic
    Represents a live view: a LINQ query result that supports two-way data binding and is kept up-to-date with base data.
    Object Model
    View<T> Class
    Syntax
    'Declaration
     
    Public Class View(Of T) 
       Inherits View
       Implements C1.LiveLinq.IObservableSource(Of T) 
    public class View<T> : View, C1.LiveLinq.IObservableSource<T>  
    Type Parameters
    T
    The type of the elements in the view.
    Inheritance Hierarchy
    See Also